Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update envsetup #828

Merged
merged 6 commits into from
Aug 23, 2023
Merged

Update envsetup #828

merged 6 commits into from
Aug 23, 2023

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Aug 21, 2023

No description provided.

yoe_check_install_dependencies computes dependencies for flashing image
and image flasher uses bmaps to speed up writing SD cards. It really
makes a lot of difference especially when images are large in size

build-sysroots target has become leaner and droppped over dependencies
which is a good thing in general but it means that now it is  not
building bmap-tools that we need. So be explicit about it before
building sysroots, so it gets into the staged sysroot

Signed-off-by: Khem Raj <[email protected]>
qemu-helper-native is needed for taps to be created and path to script
is specified fully

Signed-off-by: Khem Raj <[email protected]>
…ntel sources/meta-riscv sources/poky

* sources/meta-arm 2ac07293...3ac34423 (3):
  > arm-bsp/trusted-firmware-a: corstone1000: Update TF-A v2.9
  > arm-bsp/trusted-firmware-a: Update TF-A version for N1SDP
  > arm/linux-yocto: change defconfig patch for 6.4

* sources/meta-freescale 863c8117...e4d721f7 (2):
  > Merge pull request #1641 from thochstein/imx8dxlevk
  > Merge pull request #1640 from thochstein/wifi

* sources/meta-intel 7368b965...06853378 (1):
  > ispc: upgrade 1.20.0 -> 1.21.0

* sources/meta-riscv 97609a3...e44ef79 (1):
  > musl: Add patch header entries for SOB and status

* sources/poky b08a06a5bb4...37ebe9907ac (37):
  > oeqa/runtime/rust: correct rust test
  > rust: provide examples for C library generation in rust
  > classes-recipe: add cargo_c.bbclass
  > rust: add cargo-c native recipe
  > stress-ng: upgrade 0.15.08 -> 0.16.04
  > harfbuzz: upgrade 8.0.1 -> 8.1.1
  > gstreamer1.0: upgrade 1.22.4 -> 1.22.5
  > python3-setuptools: upgrade 68.0.0 -> 68.1.0
  > python3-trove-classfiers: upgrade 2023.7.6 -> 2023.8.7
  > python3-numpy: upgrade 1.25.1 -> 1.25.2
  > python3-dbusmock: upgrade 0.29.0 -> 0.29.1
  > oe-buildenv-internal: update required Python version
  > oeqa/selftest/gitarchive: add tests about tags lisiting when no remote is configured
  > oeqa/utils/gitarchive: fix tag computation when creating archive
  > oeqa/selftest: introduce gitarchive tests
  > maintainers.inc: Add self for unmaintained Python recipes
  > python3-wheel: upgrade 0.41.0 -> 0.41.1
  > python3-pygments: upgrade 2.15.1 -> 2.16.1
  > python3-more-itertools: upgrade 10.0.0 -> 10.1.0
  > python3-hypothesis: upgrade 6.82.0 -> 6.82.5
  > mdadm: disable strace on rv32 arch
  > bin_package.bbclass: Inhibit the default dependencies
  > ffmpeg: add CVE_STATUS for CVE-2023-39018
  > mdadm: skip running 04update-uuid and 07revert-inplace testcases
  > wic: fix wrong attempt to create file system in upartitioned regions
  > cross-localedef-native: fix build on hosts with older glibc
  > tcl: prevent installing another copy of tzdata
  > ccache.bbclass: Add allowed list for native recipes
  > pixman: Remove duplication of license MIT
  > build-sysroots: Add SUMMARY field
  > graphene: fix runtime detection of IEEE754 behaviour
  > python3-pygobject: add explicit check for qemu-usermode MACHINE_FEATURE
  > gi-docgen: depend on qemu-usermode MACHINE_FEATURES
  > p11-kit: fix build without qemu-usermode
  > systemd-boot: improve cross file generation
  > tar: upgrade 1.34 -> 1.35
  > libarchive: upgrade 3.6.2 -> 3.7.1

Signed-off-by: Khem Raj <[email protected]>
* sources/meta-arm 3ac34423...3297357d (2):
  > arm/linux-yocto: update kernel patches
  > arm/hafnium: update to v2.8

* sources/poky 37ebe9907ac...92983dba651 (19):
  > cve_check: Fix cpe_id generation
  > linux/cve-exclusions: update CVE_STATUS exclusions
  > linux/generate-cve-exclusions.py: fix comparison
  > vim: update obsolete comment
  > procps: backport fix for CVE-2023-4016
  > python3: ignore disputed CVE-2023-36632
  > Revert "oeqa/runtime/parselogs: Exclude preempt-rt error for now"
  > linux-yocto/6.4: fix IRQ-80 warnings
  > linux-yocto/6.1: fix IRQ-80 warnings
  > linux-yocto/6.1: update to v6.1.46
  > linux-yocto/6.4: update to v6.4.11
  > linux-yocto/6.4: fix uninitialized read in nohz_full/isolcpus setup
  > linux-yocto/6.1: fix uninitialized read in nohz_full/isolcpus setup
  > kern-tools: include utility to post process config diffs
  > linux-yocto/6.1: update to v6.1.45
  > linux-yocto/6.4: update to v6.4.10
  > linux-yocto/6.1: update to v6.1.44
  > build-sysroots: Ensure dependency chains are minimal
  > binutils: Add missing DEPENDS on pod2man

Signed-off-by: Khem Raj <[email protected]>
@cbrake
Copy link
Contributor

cbrake commented Aug 23, 2023

nice improvement in tooling!

@cbrake cbrake merged commit 4288e90 into master Aug 23, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants